Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-227776 | GEN003460 | SV-227776r603266_rule | Medium |
Description |
---|
If the owner of the at.allow file is not set to root, bin, or sys, unauthorized users could be allowed to view or edit sensitive information contained within the file. |
STIG | Date |
---|---|
Solaris 10 X86 Security Technical Implementation Guide | 2020-12-04 |
Check Text ( C-29938r489682_chk ) |
---|
# ls -lL /etc/cron.d/at.allow If the at.allow file is not owned by root, sys, or bin, this is a finding. |
Fix Text (F-29926r489683_fix) |
---|
Change the owner of the at.allow file. # chown root /etc/cron.d/at.allow |